home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Mac_F2C_1.3.2.sit / Mac F2C 1.3.2 / Mac F2C Extras / Scripting Mac F2C / F2cAETerms.h next >
Text File  |  1995-11-08  |  3KB  |  143 lines

  1.  
  2. /****************************************************
  3.  
  4.         AppleEvent Constants for Mac F2C
  5.         
  6.     
  7.     This header file defines all the constants required 
  8.     to send AppleEvents to Mac F2C from C/C++ source code.
  9.     
  10.     3 Nov 95
  11.     IMT
  12.  
  13. ****************************************************/
  14.  
  15.  
  16. #ifndef F2cAETerms_H
  17.  
  18. #define F2cAETerms_H
  19.  
  20. /*  Class for Mac F2C Apple Events */
  21.  
  22. #define        kF2CEventClass                    'F2Ci'
  23. #define        kCoReClass                        'CoRe'
  24.  
  25. /* classes defined by Mac F2C */
  26.  
  27.     /*    cApplication    */
  28.     
  29.     
  30. /* properties defined by Mac F2C */
  31.  
  32. #define        pCheckSubscripts                'F2pa'
  33. #define        pDoLoopsOnce                    'F2pb'
  34. #define        pDefaultVariableType            'F2pc'
  35. #define        pFreeFormatInput                'F2pd'
  36. #define        pCutAtColumn72                    'F2pe'
  37. #define        pDoubleComplex                    'F2pf'
  38. #define        pBackslashEscapes                'F2pg'
  39. #define        pIntegerSize                    'F2ph'
  40. #define        pInteger8                        'F2pi'
  41.  
  42. #define        pCodeGenerated                    'F2pj'
  43. #define        pHonorCase                        'F2pk'
  44. #define        pLocalVariables                    'F2pl'
  45. #define        pAlignCharStrings                'F2pm'
  46. #define        pCommonAsExtern                    'F2pn'
  47. #define        pCommonSeparate                    'F2po'
  48. #define        pCommonLookLocal                'F2pp'
  49. #define        pFortranEvaluation                'F2pq'
  50. #define        pDoublePrecision                'F2pr'
  51. #define        pCastRealFunctions                'F2ps'
  52. #define        pPromoteSingleToDouble            'F2pt'
  53. #define        pMultiDimSubscripts                'F2pu'
  54.  
  55. #define        pPrototypes                        'F2pv'
  56. #define        pRetranslate                    'F2pw'
  57. #define        pInferTypes                        'F2px'
  58.  
  59. #define        pSourceAsComments                'F2py'
  60. #define        pLineNumbers                    'F2pz'
  61. #define        pRejectFortran77                'F2pA'
  62. #define        pWarnings                        'F2pB'
  63.  
  64. #define        pEquivalences                    'F2pC'
  65. #define        pExternals                        'F2pD'
  66. #define        pStatementLabels                'F2pE'
  67. #define        pNesting                        'F2pF'
  68. #define        pNames                            'F2pG'
  69. #define        pLiterals                        'F2pH'
  70. #define        pContinuations                    'F2pI'
  71. #define        pImpliedLabels                    'F2pJ'
  72.  
  73. #define        pInteractWith                    'F2pL'
  74. #define        pInteractAddFiles                'F2pM'
  75. #define        pInteractHow                    'F2pN'
  76.  
  77. #define        pSkipNonFORTRAN                    'F2pO'
  78. #define        pOutputFileType                    'F2pK'
  79.  
  80.  
  81. /* enumerations defined by Mac F2C */
  82.  
  83. #define        enumVariableTypes                'F2ea'
  84. #define        kUndefined                        'F2eb'
  85. #define        kFortranRules                    'F2ec'
  86.  
  87. #define        enumIntegerSize                    'F2ed'
  88. #define        k4Byte                            'F2ee'
  89. #define        k2Byte                            'F2ef'
  90.  
  91. #define        enumCodeStyle                    'F2eg'
  92. #define        kKrC                            'F2eh'
  93. #define        kAnsiC                            'F2ei'
  94. #define        kCpp                            'F2ej'
  95.  
  96. #define        enumLocalVariables                'F2ek'
  97. #define        kAutomatic                        'F2el'
  98. #define        kStatic                            'F2em'
  99.  
  100. #define        enumPrototypes                    'F2en'
  101. #define        kCodeOnly                        'F2eo'
  102. #define        kCodeAndProtos                    'F2ep'
  103. #define        kProtosOnly                        'F2eq'
  104.  
  105. #define        enumSuppressWarnings            'F2er'
  106. #define        kAllWarnings                    'F2es'
  107. #define        kNoWarnings                        'F2et'
  108. #define        kF66Warnings                    'F2eu'
  109. #define        kAlignWarnings                    'F2ev'
  110.  
  111. #define        enumInteractionType                'F2ew'
  112. #define        kNoInteraction                    'F2ex'
  113. #define        kTouchFiles                        'F2ey'
  114. #define        kCompileFiles                    'F2ez'
  115. #define        kUpdateProject                    'F2eA'
  116. #define        kBuildTarget                    'F2eB'
  117.  
  118. #define        enumCompilerList                'F2eC'
  119. #define        kCompilerNone                    'F2eD'
  120. #define        kCompilerTPM                    'F2eE'
  121. #define        kCompilerSPM                    'F2eF'
  122. #define        kCompilerCW68K                    'F2eG'
  123. #define        kCompilerCWPPC                    'F2eH'
  124. #define        kCompilerCWIde                    'F2eI'
  125.  
  126.  
  127.  
  128.  
  129. /* The event IDs for the two Mac F2C events */
  130.  
  131. #define        kAETranslateEvent                'F2C1'
  132. #define        kAEf2cEvent                        'F2C2'
  133.  
  134.  
  135.  
  136. /* The parameters accepted by the two Mac F2C events */
  137.  
  138. #define        keyUnixCmdStr            'F2Cs'        /* used by kAEf2cEvent */
  139.  
  140.  
  141. #endif    // F2cAETerms_H
  142.  
  143.